• frmHostelFeePayment.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmHostelFeePayment
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmHostelFeePayment))
27         Me.Panel1 = New System.Windows.Forms.Panel()
28         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
29         Me.txtBalance = New System.Windows.Forms.TextBox()
30         Me.Label21 = New System.Windows.Forms.Label()
31         Me.txtTotalPaid = New System.Windows.Forms.TextBox()
32         Me.Label20 = New System.Windows.Forms.Label()
33         Me.txtPaymentModeDetails = New System.Windows.Forms.TextBox()
34         Me.Label19 = New System.Windows.Forms.Label()
35         Me.cmbPaymentMode = New System.Windows.Forms.ComboBox()
36         Me.Label18 = New System.Windows.Forms.Label()
37         Me.dtpPaymentDate = New System.Windows.Forms.DateTimePicker()
38         Me.Label17 = New System.Windows.Forms.Label()
39         Me.txtFine = New System.Windows.Forms.TextBox()
40         Me.Label16 = New System.Windows.Forms.Label()
41         Me.txtPreviousDue = New System.Windows.Forms.TextBox()
42         Me.txtDiscount = New System.Windows.Forms.TextBox()
43         Me.Label14 = New System.Windows.Forms.Label()
44         Me.txtDiscountPer = New System.Windows.Forms.TextBox()
45         Me.txtGrandTotal = New System.Windows.Forms.TextBox()
46         Me.Label11 = New System.Windows.Forms.Label()
47         Me.Label12 = New System.Windows.Forms.Label()
48         Me.Label13 = New System.Windows.Forms.Label()
49         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
50         Me.Label9 = New System.Windows.Forms.Label()
51         Me.txthostelFee = New System.Windows.Forms.TextBox()
52         Me.btnGetFeeList = New System.Windows.Forms.Button()
53         Me.cmbInstallment = New System.Windows.Forms.ComboBox()
54         Me.Label15 = New System.Windows.Forms.Label()
55         Me.groupBox1 = New System.Windows.Forms.GroupBox()
56         Me.txtSession = New System.Windows.Forms.TextBox()
57         Me.Label7 = New System.Windows.Forms.Label()
58         Me.txtEnrollmentNo = New System.Windows.Forms.TextBox()
59         Me.Button2 = New System.Windows.Forms.Button()
60         Me.Label5 = New System.Windows.Forms.Label()
61         Me.txtHostelName = New System.Windows.Forms.TextBox()
62         Me.Label8 = New System.Windows.Forms.Label()
63         Me.txtClass = New System.Windows.Forms.TextBox()
64         Me.Label4 = New System.Windows.Forms.Label()
65         Me.txtAdmissionNo = New System.Windows.Forms.TextBox()
66         Me.txtStudentName = New System.Windows.Forms.TextBox()
67         Me.Label3 = New System.Windows.Forms.Label()
68         Me.txtSection = New System.Windows.Forms.TextBox()
69         Me.Label2 = New System.Windows.Forms.Label()
70         Me.Label6 = New System.Windows.Forms.Label()
71         Me.Panel2 = New System.Windows.Forms.Panel()
72         Me.txtSchoolName = New System.Windows.Forms.TextBox()
73         Me.txtHostelerID = New System.Windows.Forms.TextBox()
74         Me.txtID = New System.Windows.Forms.TextBox()
75         Me.txtSchoolType = New System.Windows.Forms.TextBox()
76         Me.txtClassType = New System.Windows.Forms.TextBox()
77         Me.txtFeePaymentID = New System.Windows.Forms.TextBox()
78         Me.lblUser = New System.Windows.Forms.Label()
79         Me.txtHFPId = New System.Windows.Forms.TextBox()
80         Me.Label1 = New System.Windows.Forms.Label()
81         Me.Panel3 = New System.Windows.Forms.Panel()
82         Me.btnPrint = New System.Windows.Forms.Button()
83         Me.btnClose = New System.Windows.Forms.Button()
84         Me.btnGetData = New System.Windows.Forms.Button()
85         Me.btnDelete = New System.Windows.Forms.Button()
86         Me.btnUpdate = New System.Windows.Forms.Button()
87         Me.btnSave = New System.Windows.Forms.Button()
88         Me.btnNew = New System.Windows.Forms.Button()
89         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
90         Me.Panel1.SuspendLayout()
91         Me.GroupBox3.SuspendLayout()
92         Me.GroupBox2.SuspendLayout()
93         Me.groupBox1.SuspendLayout()
94         Me.Panel2.SuspendLayout()
95         Me.Panel3.SuspendLayout()
96         Me.SuspendLayout()
97         
'
98         
'Panel1
99         
'
100         Me.Panel1.BackColor = System.Drawing.Color.White
101         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
102         Me.Panel1.Controls.Add(Me.GroupBox3)
103         Me.Panel1.Controls.Add(Me.GroupBox2)
104         Me.Panel1.Controls.Add(Me.groupBox1)
105         Me.Panel1.Controls.Add(Me.Panel2)
106         Me.Panel1.Controls.Add(Me.Panel3)
107         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
108         Me.Panel1.Name =
"Panel1"
109         Me.Panel1.Size = New System.Drawing.Size(
857, 633)
110         Me.Panel1.TabIndex =
2
111         
'
112         
'GroupBox3
113         
'
114         Me.GroupBox3.BackColor = System.Drawing.Color.Transparent
115         Me.GroupBox3.Controls.Add(Me.txtBalance)
116         Me.GroupBox3.Controls.Add(Me.Label21)
117         Me.GroupBox3.Controls.Add(Me.txtTotalPaid)
118         Me.GroupBox3.Controls.Add(Me.Label20)
119         Me.GroupBox3.Controls.Add(Me.txtPaymentModeDetails)
120         Me.GroupBox3.Controls.Add(Me.Label19)
121         Me.GroupBox3.Controls.Add(Me.cmbPaymentMode)
122         Me.GroupBox3.Controls.Add(Me.Label18)
123         Me.GroupBox3.Controls.Add(Me.dtpPaymentDate)
124         Me.GroupBox3.Controls.Add(Me.Label17)
125         Me.GroupBox3.Controls.Add(Me.txtFine)
126         Me.GroupBox3.Controls.Add(Me.Label16)
127         Me.GroupBox3.Controls.Add(Me.txtPreviousDue)
128         Me.GroupBox3.Controls.Add(Me.txtDiscount)
129         Me.GroupBox3.Controls.Add(Me.Label14)
130         Me.GroupBox3.Controls.Add(Me.txtDiscountPer)
131         Me.GroupBox3.Controls.Add(Me.txtGrandTotal)
132         Me.GroupBox3.Controls.Add(Me.Label11)
133         Me.GroupBox3.Controls.Add(Me.Label12)
134         Me.GroupBox3.Controls.Add(Me.Label13)
135         Me.GroupBox3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
136         Me.GroupBox3.ForeColor = System.Drawing.Color.Black
137         Me.GroupBox3.Location = New System.Drawing.Point(
392, 327)
138         Me.GroupBox3.Name =
"GroupBox3"
139         Me.GroupBox3.Size = New System.Drawing.Size(
450, 291)
140         Me.GroupBox3.TabIndex =
2
141         Me.GroupBox3.TabStop = False
142         Me.GroupBox3.Text =
"Payment Info"
143         
'
144         
'txtBalance
145         
'
146         Me.txtBalance.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
147         Me.txtBalance.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
148         Me.txtBalance.Location = New System.Drawing.Point(
166, 256)
149         Me.txtBalance.Name =
"txtBalance"
150         Me.txtBalance.ReadOnly = True
151         Me.txtBalance.Size = New System.Drawing.Size(
135, 21)
152         Me.txtBalance.TabIndex =
9
153         Me.txtBalance.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
154         
'
155         
'Label21
156         
'
157         Me.Label21.AutoSize = True
158         Me.Label21.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
159         Me.Label21.Location = New System.Drawing.Point(
20, 256)
160         Me.Label21.Name =
"Label21"
161         Me.Label21.Size = New System.Drawing.Size(
58, 15)
162         Me.Label21.TabIndex =
131
163         Me.Label21.Text =
"Balance :"
164         
'
165         
'txtTotalPaid
166         
'
167         Me.txtTotalPaid.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
168         Me.txtTotalPaid.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
169         Me.txtTotalPaid.Location = New System.Drawing.Point(
166, 229)
170         Me.txtTotalPaid.Name =
"txtTotalPaid"
171         Me.txtTotalPaid.Size = New System.Drawing.Size(
135, 21)
172         Me.txtTotalPaid.TabIndex =
8
173         Me.txtTotalPaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
174         
'
175         
'Label20
176         
'
177         Me.Label20.AutoSize = True
178         Me.Label20.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
179         Me.Label20.Location = New System.Drawing.Point(
20, 229)
180         Me.Label20.Name =
"Label20"
181         Me.Label20.Size = New System.Drawing.Size(
68, 15)
182         Me.Label20.TabIndex =
129
183         Me.Label20.Text =
"Total Paid :"
184         
'
185         
'txtPaymentModeDetails
186         
'
187         Me.txtPaymentModeDetails.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
188         Me.txtPaymentModeDetails.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
189         Me.txtPaymentModeDetails.Location = New System.Drawing.Point(
166, 173)
190         Me.txtPaymentModeDetails.Name =
"txtPaymentModeDetails"
191         Me.txtPaymentModeDetails.Size = New System.Drawing.Size(
271, 21)
192         Me.txtPaymentModeDetails.TabIndex =
6
193         
'
194         
'Label19
195         
'
196         Me.Label19.AutoSize = True
197         Me.Label19.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
198         Me.Label19.Location = New System.Drawing.Point(
20, 173)
199         Me.Label19.Name =
"Label19"
200         Me.Label19.Size = New System.Drawing.Size(
137, 15)
201         Me.Label19.TabIndex =
127
202         Me.Label19.Text =
"Payment Mode Details :"
203         
'
204         
'cmbPaymentMode
205         
'
206         Me.cmbPaymentMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
207         Me.cmbPaymentMode.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
208         Me.cmbPaymentMode.FormattingEnabled = True
209         Me.cmbPaymentMode.Items.AddRange(New Object() {
"By Cash", "By Cheque", "By DD"})
210         Me.cmbPaymentMode.Location = New System.Drawing.Point(
166, 143)
211         Me.cmbPaymentMode.Name =
"cmbPaymentMode"
212         Me.cmbPaymentMode.Size = New System.Drawing.Size(
135, 23)
213         Me.cmbPaymentMode.TabIndex =
5
214         
'
215         
'Label18
216         
'
217         Me.Label18.AutoSize = True
218         Me.Label18.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
219         Me.Label18.Location = New System.Drawing.Point(
20, 143)
220         Me.Label18.Name =
"Label18"
221         Me.Label18.Size = New System.Drawing.Size(
96, 15)
222         Me.Label18.TabIndex =
125
223         Me.Label18.Text =
"Payment Mode :"
224         
'
225         
'dtpPaymentDate
226         
'
227         Me.dtpPaymentDate.CustomFormat =
"dd/MMM/yyyy"
228         Me.dtpPaymentDate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
229         Me.dtpPaymentDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
230         Me.dtpPaymentDate.Location = New System.Drawing.Point(
166, 116)
231         Me.dtpPaymentDate.Name =
"dtpPaymentDate"
232         Me.dtpPaymentDate.Size = New System.Drawing.Size(
135, 21)
233         Me.dtpPaymentDate.TabIndex =
4
234         
'
235         
'Label17
236         
'
237         Me.Label17.AutoSize = True
238         Me.Label17.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
239         Me.Label17.Location = New System.Drawing.Point(
20, 116)
240         Me.Label17.Name =
"Label17"
241         Me.Label17.Size = New System.Drawing.Size(
90, 15)
242         Me.Label17.TabIndex =
123
243         Me.Label17.Text =
"Payment Date :"
244         
'
245         
'txtFine
246         
'
247         Me.txtFine.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
248         Me.txtFine.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
249         Me.txtFine.Location = New System.Drawing.Point(
166, 89)
250         Me.txtFine.Name =
"txtFine"
251         Me.txtFine.Size = New System.Drawing.Size(
80, 21)
252         Me.txtFine.TabIndex =
3
253         Me.txtFine.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
254         
'
255         
'Label16
256         
'
257         Me.Label16.AutoSize = True
258         Me.Label16.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
259         Me.Label16.Location = New System.Drawing.Point(
20, 89)
260         Me.Label16.Name =
"Label16"
261         Me.Label16.Size = New System.Drawing.Size(
37, 15)
262         Me.Label16.TabIndex =
121
263         Me.Label16.Text =
"Fine :"
264         
'
265         
'txtPreviousDue
266         
'
267         Me.txtPreviousDue.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
268         Me.txtPreviousDue.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
269         Me.txtPreviousDue.Location = New System.Drawing.Point(
166, 61)
270         Me.txtPreviousDue.Name =
"txtPreviousDue"
271         Me.txtPreviousDue.ReadOnly = True
272         Me.txtPreviousDue.Size = New System.Drawing.Size(
135, 21)
273         Me.txtPreviousDue.TabIndex =
2
274         Me.txtPreviousDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
275         
'
276         
'txtDiscount
277         
'
278         Me.txtDiscount.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
279         Me.txtDiscount.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
280         Me.txtDiscount.Location = New System.Drawing.Point(
263, 33)
281         Me.txtDiscount.Name =
"txtDiscount"
282         Me.txtDiscount.ReadOnly = True
283         Me.txtDiscount.Size = New System.Drawing.Size(
92, 21)
284         Me.txtDiscount.TabIndex =
1
285         Me.txtDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
286         
'
287         
'Label14
288         
'
289         Me.Label14.AutoSize = True
290         Me.Label14.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
291         Me.Label14.Location = New System.Drawing.Point(
239, 36)
292         Me.Label14.Name =
"Label14"
293         Me.Label14.Size = New System.Drawing.Size(
18, 15)
294         Me.Label14.TabIndex =
118
295         Me.Label14.Text =
"%"
296         
'
297         
'txtDiscountPer
298         
'
299         Me.txtDiscountPer.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
300         Me.txtDiscountPer.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
301         Me.txtDiscountPer.Location = New System.Drawing.Point(
166, 33)
302         Me.txtDiscountPer.Name =
"txtDiscountPer"
303         Me.txtDiscountPer.ReadOnly = True
304         Me.txtDiscountPer.Size = New System.Drawing.Size(
64, 21)
305         Me.txtDiscountPer.TabIndex =
0
306         Me.txtDiscountPer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
307         
'
308         
'txtGrandTotal
309         
'
310         Me.txtGrandTotal.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
311         Me.txtGrandTotal.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
312         Me.txtGrandTotal.Location = New System.Drawing.Point(
166, 202)
313         Me.txtGrandTotal.Name =
"txtGrandTotal"
314         Me.txtGrandTotal.ReadOnly = True
315         Me.txtGrandTotal.Size = New System.Drawing.Size(
135, 21)
316         Me.txtGrandTotal.TabIndex =
7
317         Me.txtGrandTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
318         
'
319         
'Label11
320         
'
321         Me.Label11.AutoSize = True
322         Me.Label11.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
323         Me.Label11.Location = New System.Drawing.Point(
20, 202)
324         Me.Label11.Name =
"Label11"
325         Me.Label11.Size = New System.Drawing.Size(
77, 15)
326         Me.Label11.TabIndex =
8
327         Me.Label11.Text =
"Grand Total :"
328         
'
329         
'Label12
330         
'
331         Me.Label12.AutoSize = True
332         Me.Label12.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
333         Me.Label12.Location = New System.Drawing.Point(
20, 61)
334         Me.Label12.Name =
"Label12"
335         Me.Label12.Size = New System.Drawing.Size(
86, 15)
336         Me.Label12.TabIndex =
114
337         Me.Label12.Text =
"Previous Due :"
338         
'
339         
'Label13
340         
'
341         Me.Label13.AutoSize = True
342         Me.Label13.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
343         Me.Label13.Location = New System.Drawing.Point(
20, 33)
344         Me.Label13.Name =
"Label13"
345         Me.Label13.Size = New System.Drawing.Size(
61, 15)
346         Me.Label13.TabIndex =
6
347         Me.Label13.Text =
"Discount :"
348         
'
349         
'GroupBox2
350         
'
351         Me.GroupBox2.BackColor = System.Drawing.Color.Transparent
352         Me.GroupBox2.Controls.Add(Me.Label9)
353         Me.GroupBox2.Controls.Add(Me.txthostelFee)
354         Me.GroupBox2.Controls.Add(Me.btnGetFeeList)
355         Me.GroupBox2.Controls.Add(Me.cmbInstallment)
356         Me.GroupBox2.Controls.Add(Me.Label15)
357         Me.GroupBox2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
358         Me.GroupBox2.ForeColor = System.Drawing.Color.Black
359         Me.GroupBox2.Location = New System.Drawing.Point(
13, 327)
360         Me.GroupBox2.Name =
"GroupBox2"
361         Me.GroupBox2.Size = New System.Drawing.Size(
373, 94)
362         Me.GroupBox2.TabIndex =
1
363         Me.GroupBox2.TabStop = False
364         Me.GroupBox2.Text =
"Fee Info"
365         
'
366         
'Label9
367         
'
368         Me.Label9.AutoSize = True
369         Me.Label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
370         Me.Label9.Location = New System.Drawing.Point(
23, 60)
371         Me.Label9.Name =
"Label9"
372         Me.Label9.Size = New System.Drawing.Size(
72, 15)
373         Me.Label9.TabIndex =
8
374         Me.Label9.Text =
"Hostel Fee :"
375         
'
376         
'txthostelFee
377         
'
378         Me.txthostelFee.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
379         Me.txthostelFee.Location = New System.Drawing.Point(
139, 61)
380         Me.txthostelFee.Name =
"txthostelFee"
381         Me.txthostelFee.ReadOnly = True
382         Me.txthostelFee.Size = New System.Drawing.Size(
91, 21)
383         Me.txthostelFee.TabIndex =
7
384         Me.txthostelFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
385         
'
386         
'btnGetFeeList
387         
'
388         Me.btnGetFeeList.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
389         Me.btnGetFeeList.ForeColor = System.Drawing.Color.Black
390         Me.btnGetFeeList.Location = New System.Drawing.Point(
230, 32)
391         Me.btnGetFeeList.Name =
"btnGetFeeList"
392         Me.btnGetFeeList.Size = New System.Drawing.Size(
83, 23)
393         Me.btnGetFeeList.TabIndex =
1
394         Me.btnGetFeeList.Text =
"Get Fee Info"
395         Me.btnGetFeeList.UseVisualStyleBackColor = True
396         
'
397         
'cmbInstallment
398         
'
399         Me.cmbInstallment.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
400         Me.cmbInstallment.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
401         Me.cmbInstallment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
402         Me.cmbInstallment.FormattingEnabled = True
403         Me.cmbInstallment.Items.AddRange(New Object() {
"1st", "2nd"})
404         Me.cmbInstallment.Location = New System.Drawing.Point(
139, 32)
405         Me.cmbInstallment.Name =
"cmbInstallment"
406         Me.cmbInstallment.Size = New System.Drawing.Size(
85, 23)
407         Me.cmbInstallment.TabIndex =
0
408         
'
409         
'Label15
410         
'
411         Me.Label15.AutoSize = True
412         Me.Label15.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
413         Me.Label15.Location = New System.Drawing.Point(
23, 32)
414         Me.Label15.Name =
"Label15"
415         Me.Label15.Size = New System.Drawing.Size(
73, 15)
416         Me.Label15.TabIndex =
6
417         Me.Label15.Text =
"Installment :"
418         
'
419         
'groupBox1
420         
'
421         Me.groupBox1.BackColor = System.Drawing.Color.Transparent
422         Me.groupBox1.Controls.Add(Me.txtSession)
423         Me.groupBox1.Controls.Add(Me.Label7)
424         Me.groupBox1.Controls.Add(Me.txtEnrollmentNo)
425         Me.groupBox1.Controls.Add(Me.Button2)
426         Me.groupBox1.Controls.Add(Me.Label5)
427         Me.groupBox1.Controls.Add(Me.txtHostelName)
428         Me.groupBox1.Controls.Add(Me.Label8)
429         Me.groupBox1.Controls.Add(Me.txtClass)
430         Me.groupBox1.Controls.Add(Me.Label4)
431         Me.groupBox1.Controls.Add(Me.txtAdmissionNo)
432         Me.groupBox1.Controls.Add(Me.txtStudentName)
433         Me.groupBox1.Controls.Add(Me.Label3)
434         Me.groupBox1.Controls.Add(Me.txtSection)
435         Me.groupBox1.Controls.Add(Me.Label2)
436         Me.groupBox1.Controls.Add(Me.Label6)
437         Me.groupBox1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
438         Me.groupBox1.ForeColor = System.Drawing.Color.Black
439         Me.groupBox1.Location = New System.Drawing.Point(
9, 75)
440         Me.groupBox1.Name =
"groupBox1"
441         Me.groupBox1.Size = New System.Drawing.Size(
492, 229)
442         Me.groupBox1.TabIndex =
0
443         Me.groupBox1.TabStop = False
444         Me.groupBox1.Text =
"Hosteler Info"
445         
'
446         
'txtSession
447         
'
448         Me.txtSession.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
449         Me.txtSession.Location = New System.Drawing.Point(
139, 194)
450         Me.txtSession.Name =
"txtSession"
451         Me.txtSession.ReadOnly = True
452         Me.txtSession.Size = New System.Drawing.Size(
85, 21)
453         Me.txtSession.TabIndex =
5
454         
'
455         
'Label7
456         
'
457         Me.Label7.AutoSize = True
458         Me.Label7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
459         Me.Label7.Location = New System.Drawing.Point(
23, 194)
460         Me.Label7.Name =
"Label7"
461         Me.Label7.Size = New System.Drawing.Size(
57, 15)
462         Me.Label7.TabIndex =
112
463         Me.Label7.Text =
"Session :"
464         
'
465         
'txtEnrollmentNo
466         
'
467         Me.txtEnrollmentNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
468         Me.txtEnrollmentNo.Location = New System.Drawing.Point(
139, 86)
469         Me.txtEnrollmentNo.Name =
"txtEnrollmentNo"
470         Me.txtEnrollmentNo.ReadOnly = True
471         Me.txtEnrollmentNo.Size = New System.Drawing.Size(
142, 21)
472         Me.txtEnrollmentNo.TabIndex =
2
473         
'
474         
'Button2
475         
'
476         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
477         Me.Button2.ForeColor = System.Drawing.Color.Black
478         Me.Button2.Location = New System.Drawing.Point(
287, 27)
479         Me.Button2.Name =
"Button2"
480         Me.Button2.Size = New System.Drawing.Size(
35, 21)
481         Me.Button2.TabIndex =
109
482         Me.Button2.Text =
"..."
483         Me.Button2.UseVisualStyleBackColor = True
484         
'
485         
'Label5
486         
'
487         Me.Label5.AutoSize = True
488         Me.Label5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
489         Me.Label5.Location = New System.Drawing.Point(
23, 86)
490         Me.Label5.Name =
"Label5"
491         Me.Label5.Size = New System.Drawing.Size(
95, 15)
492         Me.Label5.TabIndex =
110
493         Me.Label5.Text =
"Enrollment No. :"
494         
'
495         
'txtHostelName
496         
'
497         Me.txtHostelName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
498         Me.txtHostelName.Location = New System.Drawing.Point(
139, 113)
499         Me.txtHostelName.Name =
"txtHostelName"
500         Me.txtHostelName.ReadOnly = True
501         Me.txtHostelName.Size = New System.Drawing.Size(
338, 21)
502         Me.txtHostelName.TabIndex =
3
503         
'
504         
'Label8
505         
'
506         Me.Label8.AutoSize = True
507         Me.Label8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
508         Me.Label8.Location = New System.Drawing.Point(
23, 113)
509         Me.Label8.Name =
"Label8"
510         Me.Label8.Size = New System.Drawing.Size(
85, 15)
511         Me.Label8.TabIndex =
17
512         Me.Label8.Text =
"Hostel Name :"
513         
'
514         
'txtClass
515         
'
516         Me.txtClass.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
517         Me.txtClass.Location = New System.Drawing.Point(
139, 140)
518         Me.txtClass.Name =
"txtClass"
519         Me.txtClass.ReadOnly = True
520         Me.txtClass.Size = New System.Drawing.Size(
85, 21)
521         Me.txtClass.TabIndex =
4
522         
'
523         
'Label4
524         
'
525         Me.Label4.AutoSize = True
526         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
527         Me.Label4.Location = New System.Drawing.Point(
23, 140)
528         Me.Label4.Name =
"Label4"
529         Me.Label4.Size = New System.Drawing.Size(
43, 15)
530         Me.Label4.TabIndex =
12
531         Me.Label4.Text =
"Class :"
532         
'
533         
'txtAdmissionNo
534         
'
535         Me.txtAdmissionNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
536         Me.txtAdmissionNo.Location = New System.Drawing.Point(
139, 27)
537         Me.txtAdmissionNo.Name =
"txtAdmissionNo"
538         Me.txtAdmissionNo.ReadOnly = True
539         Me.txtAdmissionNo.Size = New System.Drawing.Size(
142, 21)
540         Me.txtAdmissionNo.TabIndex =
0
541         
'
542         
'txtStudentName
543         
'
544         Me.txtStudentName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
545         Me.txtStudentName.Location = New System.Drawing.Point(
139, 54)
546         Me.txtStudentName.Multiline = True
547         Me.txtStudentName.Name =
"txtStudentName"
548         Me.txtStudentName.ReadOnly = True
549         Me.txtStudentName.Size = New System.Drawing.Size(
338, 24)
550         Me.txtStudentName.TabIndex =
1
551         
'
552         
'Label3
553         
'
554         Me.Label3.AutoSize = True
555         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
556         Me.Label3.Location = New System.Drawing.Point(
23, 27)
557         Me.Label3.Name =
"Label3"
558         Me.Label3.Size = New System.Drawing.Size(
92, 15)
559         Me.Label3.TabIndex =
6
560         Me.Label3.Text =
"Admission No. :"
561         
'
562         
'txtSection
563         
'
564         Me.txtSection.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
565         Me.txtSection.Location = New System.Drawing.Point(
139, 167)
566         Me.txtSection.Name =
"txtSection"
567         Me.txtSection.ReadOnly = True
568         Me.txtSection.Size = New System.Drawing.Size(
85, 21)
569         Me.txtSection.TabIndex =
6
570         
'
571         
'Label2
572         
'
573         Me.Label2.AutoSize = True
574         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
575         Me.Label2.Location = New System.Drawing.Point(
23, 167)
576         Me.Label2.Name =
"Label2"
577         Me.Label2.Size = New System.Drawing.Size(
54, 15)
578         Me.Label2.TabIndex =
4
579         Me.Label2.Text =
"Section :"
580         
'
581         
'Label6
582         
'
583         Me.Label6.AutoSize = True
584         Me.Label6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
585         Me.Label6.Location = New System.Drawing.Point(
23, 54)
586         Me.Label6.Name =
"Label6"
587         Me.Label6.Size = New System.Drawing.Size(
92, 15)
588         Me.Label6.TabIndex =
1
589         Me.Label6.Text =
"Student Name :"
590         
'
591         
'Panel2
592         
'
593         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
594         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
595         Me.Panel2.Controls.Add(Me.txtSchoolName)
596         Me.Panel2.Controls.Add(Me.txtHostelerID)
597         Me.Panel2.Controls.Add(Me.txtID)
598         Me.Panel2.Controls.Add(Me.txtSchoolType)
599         Me.Panel2.Controls.Add(Me.txtClassType)
600         Me.Panel2.Controls.Add(Me.txtFeePaymentID)
601         Me.Panel2.Controls.Add(Me.lblUser)
602         Me.Panel2.Controls.Add(Me.txtHFPId)
603         Me.Panel2.Controls.Add(Me.Label1)
604         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
605         Me.Panel2.Name =
"Panel2"
606         Me.Panel2.Size = New System.Drawing.Size(
833, 62)
607         Me.Panel2.TabIndex =
0
608         
'
609         
'txtSchoolName
610         
'
611         Me.txtSchoolName.Location = New System.Drawing.Point(
284, 42)
612         Me.txtSchoolName.Name =
"txtSchoolName"
613         Me.txtSchoolName.Size = New System.Drawing.Size(
81, 20)
614         Me.txtSchoolName.TabIndex =
328
615         Me.txtSchoolName.Visible = False
616         
'
617         
'txtHostelerID
618         
'
619         Me.txtHostelerID.Location = New System.Drawing.Point(
200, 20)
620         Me.txtHostelerID.Name =
"txtHostelerID"
621         Me.txtHostelerID.Size = New System.Drawing.Size(
81, 20)
622         Me.txtHostelerID.TabIndex =
328
623         Me.txtHostelerID.Visible = False
624         
'
625         
'txtID
626         
'
627         Me.txtID.Location = New System.Drawing.Point(
23, 39)
628         Me.txtID.Name =
"txtID"
629         Me.txtID.Size = New System.Drawing.Size(
81, 20)
630         Me.txtID.TabIndex =
328
631         Me.txtID.Visible = False
632         
'
633         
'txtSchoolType
634         
'
635         Me.txtSchoolType.Location = New System.Drawing.Point(
197, 39)
636         Me.txtSchoolType.Name =
"txtSchoolType"
637         Me.txtSchoolType.Size = New System.Drawing.Size(
81, 20)
638         Me.txtSchoolType.TabIndex =
327
639         Me.txtSchoolType.Visible = False
640         
'
641         
'txtClassType
642         
'
643         Me.txtClassType.Location = New System.Drawing.Point(
110, 42)
644         Me.txtClassType.Name =
"txtClassType"
645         Me.txtClassType.Size = New System.Drawing.Size(
81, 20)
646         Me.txtClassType.TabIndex =
326
647         Me.txtClassType.Visible = False
648         
'
649         
'txtFeePaymentID
650         
'
651         Me.txtFeePaymentID.Location = New System.Drawing.Point(
110, 20)
652         Me.txtFeePaymentID.Name =
"txtFeePaymentID"
653         Me.txtFeePaymentID.Size = New System.Drawing.Size(
81, 20)
654         Me.txtFeePaymentID.TabIndex =
45
655         Me.txtFeePaymentID.Visible = False
656         
'
657         
'lblUser
658         
'
659         Me.lblUser.AutoSize = True
660         Me.lblUser.Location = New System.Drawing.Point(
242, 20)
661         Me.lblUser.Name =
"lblUser"
662         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
663         Me.lblUser.TabIndex =
43
664         Me.lblUser.Text =
"Label8"
665         Me.lblUser.Visible = False
666         
'
667         
'txtHFPId
668         
'
669         Me.txtHFPId.Location = New System.Drawing.Point(
23, 20)
670         Me.txtHFPId.Name =
"txtHFPId"
671         Me.txtHFPId.Size = New System.Drawing.Size(
81, 20)
672         Me.txtHFPId.TabIndex =
44
673         Me.txtHFPId.Visible = False
674         
'
675         
'Label1
676         
'
677         Me.Label1.AutoSize = True
678         Me.Label1.BackColor = System.Drawing.Color.Transparent
679         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
680         Me.Label1.ForeColor = System.Drawing.Color.White
681         Me.Label1.Location = New System.Drawing.Point(
295, 19)
682         Me.Label1.Name =
"Label1"
683         Me.Label1.Size = New System.Drawing.Size(
198, 24)
684         Me.Label1.TabIndex =
0
685         Me.Label1.Text =
"Hostel Fee Payment"
686         
'
687         
'Panel3
688         
'
689         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
690         Me.Panel3.Controls.Add(Me.btnPrint)
691         Me.Panel3.Controls.Add(Me.btnClose)
692         Me.Panel3.Controls.Add(Me.btnGetData)
693         Me.Panel3.Controls.Add(Me.btnDelete)
694         Me.Panel3.Controls.Add(Me.btnUpdate)
695         Me.Panel3.Controls.Add(Me.btnSave)
696         Me.Panel3.Controls.Add(Me.btnNew)
697         Me.Panel3.Location = New System.Drawing.Point(
516, 82)
698         Me.Panel3.Name =
"Panel3"
699         Me.Panel3.Size = New System.Drawing.Size(
111, 235)
700         Me.Panel3.TabIndex =
41
701         
'
702         
'btnPrint
703         
'
704         Me.btnPrint.Cursor = System.Windows.Forms.Cursors.Hand
705         Me.btnPrint.Enabled = False
706         Me.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Popup
707         Me.btnPrint.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
708         Me.btnPrint.Location = New System.Drawing.Point(
13, 165)
709         Me.btnPrint.Name =
"btnPrint"
710         Me.btnPrint.Size = New System.Drawing.Size(
82, 28)
711         Me.btnPrint.TabIndex =
45
712         Me.btnPrint.Text =
"Print"
713         Me.btnPrint.UseVisualStyleBackColor = True
714         
'
715         
'btnClose
716         
'
717         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
718         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
719         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
720         Me.btnClose.Location = New System.Drawing.Point(
13, 197)
721         Me.btnClose.Name =
"btnClose"
722         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
723         Me.btnClose.TabIndex =
4
724         Me.btnClose.Text =
"Close"
725         Me.btnClose.UseVisualStyleBackColor = True
726         
'
727         
'btnGetData
728         
'
729         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
730         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
731         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
732         Me.btnGetData.Location = New System.Drawing.Point(
13, 133)
733         Me.btnGetData.Name =
"btnGetData"
734         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
735         Me.btnGetData.TabIndex =
5
736         Me.btnGetData.Text =
"Get Data"
737         Me.btnGetData.UseVisualStyleBackColor = True
738         
'
739         
'btnDelete
740         
'
741         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
742         Me.btnDelete.Enabled = False
743         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
744         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
745         Me.btnDelete.Location = New System.Drawing.Point(
13, 101)
746         Me.btnDelete.Name =
"btnDelete"
747         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
748         Me.btnDelete.TabIndex =
3
749         Me.btnDelete.Text =
"Delete"
750         Me.btnDelete.UseVisualStyleBackColor = True
751         
'
752         
'btnUpdate
753         
'
754         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
755         Me.btnUpdate.Enabled = False
756         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
757         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
758         Me.btnUpdate.Location = New System.Drawing.Point(
13, 69)
759         Me.btnUpdate.Name =
"btnUpdate"
760         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
761         Me.btnUpdate.TabIndex =
2
762         Me.btnUpdate.Text =
"Update"
763         Me.btnUpdate.UseVisualStyleBackColor = True
764         
'
765         
'btnSave
766         
'
767         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
768         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
769         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
770         Me.btnSave.Location = New System.Drawing.Point(
13, 38)
771         Me.btnSave.Name =
"btnSave"
772         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
773         Me.btnSave.TabIndex =
1
774         Me.btnSave.Text =
"Save + Print"
775         Me.btnSave.UseVisualStyleBackColor = True
776         
'
777         
'btnNew
778         
'
779         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
780         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
781         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
782         Me.btnNew.Location = New System.Drawing.Point(
13, 7)
783         Me.btnNew.Name =
"btnNew"
784         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
785         Me.btnNew.TabIndex =
0
786         Me.btnNew.Text =
"New"
787         Me.btnNew.UseVisualStyleBackColor = True
788         
'
789         
'Timer1
790         
'
791         
'
792         
'frmHostelFeePayment
793         
'
794         Me.AcceptButton = Me.btnSave
795         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
796         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
797         Me.BackColor = System.Drawing.Color.DarkSlateGray
798         Me.ClientSize = New System.Drawing.Size(
880, 660)
799         Me.Controls.Add(Me.Panel1)
800         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
801         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
802         Me.MaximizeBox = False
803         Me.MinimizeBox = False
804         Me.Name =
"frmHostelFeePayment"
805         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
806         Me.Panel1.ResumeLayout(False)
807         Me.GroupBox3.ResumeLayout(False)
808         Me.GroupBox3.PerformLayout()
809         Me.GroupBox2.ResumeLayout(False)
810         Me.GroupBox2.PerformLayout()
811         Me.groupBox1.ResumeLayout(False)
812         Me.groupBox1.PerformLayout()
813         Me.Panel2.ResumeLayout(False)
814         Me.Panel2.PerformLayout()
815         Me.Panel3.ResumeLayout(False)
816         Me.ResumeLayout(False)
817
818     End Sub
819     Friend WithEvents Panel1 As System.Windows.Forms.Panel
820     Friend WithEvents Panel2 As System.Windows.Forms.Panel
821     Friend WithEvents Label1 As System.Windows.Forms.Label
822     Friend WithEvents Panel3 As System.Windows.Forms.Panel
823     Friend WithEvents btnDelete As System.Windows.Forms.Button
824     Friend WithEvents btnClose As System.Windows.Forms.Button
825     Friend WithEvents btnUpdate As System.Windows.Forms.Button
826     Friend WithEvents btnSave As System.Windows.Forms.Button
827     Friend WithEvents btnNew As System.Windows.Forms.Button
828     Friend WithEvents txtHFPId As System.Windows.Forms.TextBox
829     Friend WithEvents lblUser As System.Windows.Forms.Label
830     Friend WithEvents txtFeePaymentID As System.Windows.Forms.TextBox
831     Friend WithEvents btnGetData As System.Windows.Forms.Button
832     Friend WithEvents txtClassType As System.Windows.Forms.TextBox
833     Public WithEvents groupBox1 As System.Windows.Forms.GroupBox
834     Public WithEvents txtSession As System.Windows.Forms.TextBox
835     Private WithEvents Label7 As System.Windows.Forms.Label
836     Public WithEvents txtEnrollmentNo As System.Windows.Forms.TextBox
837     Friend WithEvents Button2 As System.Windows.Forms.Button
838     Private WithEvents Label5 As System.Windows.Forms.Label
839     Public WithEvents txtHostelName As System.Windows.Forms.TextBox
840     Private WithEvents Label8 As System.Windows.Forms.Label
841     Public WithEvents txtClass As System.Windows.Forms.TextBox
842     Private WithEvents Label4 As System.Windows.Forms.Label
843     Friend WithEvents txtAdmissionNo As System.Windows.Forms.TextBox
844     Friend WithEvents txtStudentName As System.Windows.Forms.TextBox
845     Private WithEvents Label3 As System.Windows.Forms.Label
846     Public WithEvents txtSection As System.Windows.Forms.TextBox
847     Private WithEvents Label2 As System.Windows.Forms.Label
848     Private WithEvents Label6 As System.Windows.Forms.Label
849     Public WithEvents GroupBox2 As System.Windows.Forms.GroupBox
850     Friend WithEvents btnGetFeeList As System.Windows.Forms.Button
851     Friend WithEvents cmbInstallment As System.Windows.Forms.ComboBox
852     Private WithEvents Label15 As System.Windows.Forms.Label
853     Public WithEvents GroupBox3 As System.Windows.Forms.GroupBox
854     Public WithEvents txtBalance As System.Windows.Forms.TextBox
855     Private WithEvents Label21 As System.Windows.Forms.Label
856     Public WithEvents txtTotalPaid As System.Windows.Forms.TextBox
857     Private WithEvents Label20 As System.Windows.Forms.Label
858     Public WithEvents txtPaymentModeDetails As System.Windows.Forms.TextBox
859     Private WithEvents Label19 As System.Windows.Forms.Label
860     Friend WithEvents cmbPaymentMode As System.Windows.Forms.ComboBox
861     Private WithEvents Label18 As System.Windows.Forms.Label
862     Friend WithEvents dtpPaymentDate As System.Windows.Forms.DateTimePicker
863     Private WithEvents Label17 As System.Windows.Forms.Label
864     Public WithEvents txtFine As System.Windows.Forms.TextBox
865     Private WithEvents Label16 As System.Windows.Forms.Label
866     Public WithEvents txtPreviousDue As System.Windows.Forms.TextBox
867     Public WithEvents txtDiscount As System.Windows.Forms.TextBox
868     Private WithEvents Label14 As System.Windows.Forms.Label
869     Public WithEvents txtDiscountPer As System.Windows.Forms.TextBox
870     Public WithEvents txtGrandTotal As System.Windows.Forms.TextBox
871     Private WithEvents Label11 As System.Windows.Forms.Label
872     Private WithEvents Label12 As System.Windows.Forms.Label
873     Private WithEvents Label13 As System.Windows.Forms.Label
874     Friend WithEvents btnPrint As System.Windows.Forms.Button
875     Private WithEvents Label9 As System.Windows.Forms.Label
876     Public WithEvents txthostelFee As System.Windows.Forms.TextBox
877     Friend WithEvents txtSchoolType As System.Windows.Forms.TextBox
878     Friend WithEvents txtID As System.Windows.Forms.TextBox
879     Friend WithEvents txtHostelerID As System.Windows.Forms.TextBox
880     Friend WithEvents txtSchoolName As System.Windows.Forms.TextBox
881     Friend WithEvents Timer1 As System.Windows.Forms.Timer
882
883 End Class


Gõ tìm kiếm nhanh...